Msg

A message from an analyzer.

@safe
struct Msg {
MsgSeverity severity;
string value;
}

Alias This

value

Meta